Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the binaries GitHub workflow to add support for ARM builds #302

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

KyrylR
Copy link

@KyrylR KyrylR commented Sep 30, 2024

Fixes: #291, fixes: #273

Currently, the CI does not support building binaries for ARM machines. This PR fixes the issue

ARM executables are much more faster on systems where ARM chips are used, e.g., Macs with M series

We have tested the CI here: https://github.com/distributed-lab/circom/releases/tag/v2.1.9-beta.0 (CI: https://github.com/distributed-lab/circom/actions/runs/11103900664)

@Arvolear
Copy link
Contributor

Can we make binaries namings backward-compatible?

This was referenced Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Publish arm64 binary aarch64 binary
2 participants